home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950329-19950528 / 000285_news@columbia.edu_Mon May 1 05:09:42 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  4KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA12811
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Mon, 1 May 1995 02:34:38 -0400
  3. Received: by apakabar.cc.columbia.edu id AA27454
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Mon, 1 May 1995 02:34:37 -0400
  5. Newsgroups: comp.protocols.kermit.misc
  6. Path: news.columbia.edu!panix!news.mathworks.com!gatech!swrinde!cs.utexas.edu!news.sprintlink.net!news.indirect.com!monty
  7. From: monty@indirect.com (Jim Monty)
  8. Subject: Re: TELNET VT220 Support
  9. Message-Id: <D7vvo6.7BA@indirect.com>
  10. Sender: usenet@indirect.com (Internet Direct Admin)
  11. Organization: Internet Direct, indirect.com
  12. Date: Mon, 1 May 1995 05:09:42 GMT
  13. References: <3nmst7$q8g$1@mhafc.production.compuserve.com> <3no582$lhc@apakabar.cc.columbia.edu>
  14. X-Newsreader: TIN [version 1.2 PL2]
  15. Lines: 57
  16. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  17.  
  18. On 27 Apr 1995 13:12:34 GMT, Frank da Cruz (fdc@watsun.cc.columbia.edu) wrote:
  19. > In article <3nmst7$q8g$1@mhafc.production.compuserve.com>,
  20. > Paul Taylor  <75014.216@CompuServe.COM> wrote:
  21. > >Will the VT220 TELNET TCP/IP support in kermit support terminal 
  22. > >escape sequences for foreground and background processing? The 
  23. > >TELNET that is part of TCP/IP base for OS/2 supports VT220 except 
  24. > >for this capability. I also need this capability on QNX4. Am 
  25. > >using both of these systems to access a Unix system that uses the 
  26. > >foreground background features of VT220's for pop up windows etc.
  27. > >
  28. > I'm sorry, I don't know what you are talking about.  My VT220 manual
  29. > does not say a word about fore/background processing.
  30.  
  31. This is just a stab in the dark, but perhaps what Paul Taylor is referring
  32. to when he speaks of the VT220's "foreground and background processing"
  33. and "pop up windows" capabilities is actually the multiple session and
  34. windows capabilities of the DEC VT420 terminal.  The VT420 allows one to
  35. run two sessions at the same time, to toggle between them with the F4
  36. (Session) key, and even to cut and paste text between sessions (windows). 
  37. To do this, the terminal must be connected to the host or terminal server
  38. using two cables, or to a terminal server that supports multiple sessions,
  39. or to a host running Digital Equipment Corporation's Session Support
  40. Utility (SSU).  If you absolutely, positively can't have a personal
  41. computer and a terminal emulator (Kermit!) on your desktop, then a VT420
  42. is the model terminal you beg for. 
  43.  
  44. What Mr. Taylor should know is that, whereas the VT420 allows only two
  45. simultaneous sessions, Kermit supports six simultaneous TCP/IP
  46. connections, even to the same host.  (At least MS-DOS Kermit 3.14 does.  I
  47. don't know about the OS/2 version.)  One can easily toggle between these
  48. multiple sessions by pressing Alt-n (\KnextSession).  (Again, I only
  49. _know_ this is true for MS-DOS Kermit 3.14.  Check the documentation for 
  50. your flavor of Kermit.)
  51.  
  52. What _is_ missing from Kermit is the capability to easily cut and paste 
  53. text between "windows" (sessions).  For the model of how this feature, if 
  54. implemented in Kermit, might ideally work, sit at a DEC VT420 terminal 
  55. and use the F1 (Copy), Select, Remove, and Insert keys to cut and paste 
  56. raw ASCII text.  (VT420 terminals are designed for those who can type.  
  57. Don't bother looking for a mouse port.)
  58.  
  59. [C:\] MS-Kermit>set opinion-mode on, connect
  60.  
  61. I, Jim, will continue to use MS-DOS Kermit and support its development
  62. through the purchase of supporting documentation even if the capability to
  63. cut and paste text within and between sessions is never added to the
  64. program.  But I shall be very pleased if it is.
  65.  
  66. (If a VT420 can do it without Microsoft Windows, so can Kermit! ;-)
  67.  
  68. [C:\] MS-Kermit>set opinion-mode off, connect
  69.  
  70.  
  71. ---
  72. Jim Monty
  73. monty@indirect.com
  74. Tempe, Arizona USA